/*  以下是20200306zl汇总           */

/*通用*/

.container {font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;}
a{text-decoration:none;cursor: pointer;}

.none { display: none; }

.b { border: 1px ridge; }
.b0 { border: 0px;}
.bb { border-bottom: 1px ridge; }
.bbd { border-bottom: 1px dotted; }
.bt { border-top: 1px ridge; }
.bl { border-left: 1px ridge; }
.br { border-right: 1px ridge; }

.h5 { height: 5%; }
.h7 { height: 7%; }
.h10 { height: 10%; }
.h20 { height: 20%; }
.h30 { height: 30%; }
.h33 { height: 33%; }
.h34 { height: 34%; }
.h35 { height: 35%; }
.h40 { height: 40%; }
.h70 { height: 70%; }
.h80 { height: 80%; }
.h100 { height: 100%; }

.w1 { width: 1%; }
.w2 { width: 2%; }
.w3 { width: 3%; }
.w5 { width: 5%; }
.w7 { width: 7%; }
.w8 { width: 8%; }
.w9 { width: 9%; }
.w10 { width: 10%; }
.w14 { width: 14%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w23 { width: 23%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33%; }
.w34 { width: 34%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w48 { width: 48%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w98 { width: 98%; }
.w99 { width: 99%; }
.w100 { width: 100%; }

.m0 { margin: 0px 0px 0px 0px; }
.m1 { margin: 1px 1px 1px 1px; }
.m3 { margin: 3px 3px 3px 3px; }
.m5 { margin: 5px 5px 5px 5px; }
.m10 { margin: 10px 10px 10px 10px; }
.mt0 { margin-top: 0px;}
.mtb10 { margin: 10px 0px 10px 0px; }

.p0 { padding: 0px 0px 0px 0px; }
.p1 { padding: 1px 1px 1px 1px; }
.p3 { padding: 3px 3px 3px 3px; }
.p5 { padding: 5px 5px 5px 5px; }
.p7 { padding: 7px 7px 7px 7px; }
.p10 { padding: 10px 10px 10px 10px; }

.pl5 { padding: 0px 0px 0px 5px; }
.pr5 { padding: 0px 5px 0px 0px; }
.plr3 { padding: 0px 3px 0px 3px; }
.plr5 { padding: 0px 5px 0px 5px; }
.plr7 { padding: 0px 7px 0px 7px; }
.plr10 { padding: 0px 10px 0px 10px; }
.ptb3 { padding: 3px 0px 3px 0px; }
.ptb5 { padding: 5px 0px 5px 0px; }
.ptb10 { padding: 10px 0px 10px 0px; }

.c { vertical-align: middle; text-align: center; }
/*.table { display: table; }*/
.cell { display: table-cell; }

.ul-none { list-style: none; }

.fonts { font-size: small; }
.fontm { font-size: medium; }
.fontl { font-size: large; }
.fontwb { font-weight: bold; }

.background-red { background-color: #ba0001; }
.background-gray { background-color: #F9F9F9; }
.background-dgray { background-color: #D4D4D4; }
.background-ora { background-color: #F18222; }
.background-blue { background-color: #207CD1; }
.background-white { background-color: white; }
.front-blue { color: #207CD1; }
.front-red { color: #ba0001; }
.front-lightgray { color: #858585 }
.front-white { color: white; }
.bc-red { border-color: #ba0001; }
.color-black{color:#000;}
.color-white{color:#FFF;}
.color-red{color:red;}
.color-gray{color:#999999;}

.l { float: left; }
.r { float: right; }

.top { top: 0px; }
.align-top { vertical-align: top; }
.bottom0 { bottom: 0px;}
.bottom-1 { bottom: -1px;}
.pfix { position: fixed; border-spacing: 0px; }
.pabs { position: absolute;}
.bs0 { border-spacing: 0px; }
.bs1 { border-spacing: 1px; }
.bs2 { border-spacing: 2px; }
.bs3 { border-spacing: 3px; }

.bc { margin: 0 auto; border-collapse:collapse; }

.wrap { word-break: break-all; word-wrap: break-word;}
.txt-left { text-align: left; }
.txt-center { text-align: center; }
.txt-right { text-align: right; }
.inline { display: inline-block; }

.float-left {float: left;}
.float-center {float: center;}
.float-right {float: right;}

.h50b { width: 100%; height: 50px; display: block;}
.h60b { width: 100%; height: 60px; display: block;}
.h20p { height: 20px; }
.h30p { height: 30px; }
.h35p { height: 35px; }
.h40p { height: 40px; }
.h50p { height: 50px; }
.h60p { height: 60px; }
.h80p { height: 80px; }
.h120p { height: 120px; }
.h180p { height: 180px; }
.h210p { height: 210px; }
.h300p { height: 300px; }





/*------------------------------------------------------------------------*/
.subMenu_right>img{
position: absolute;top: 50%;margin-top: -50px;
    right: 5%;    
    width: 40px;
    height: 40px;

    color:#fff;
}

div.search {
    padding: 20px 0;
}

.d1 {
    background: #A3D0C3;
}
.d1 form {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
.d1 input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 2px solid #7BA7AB;
    border-radius: 5px;
    outline: none;
    background: #F9F0DA;
    color: #9E9C9C;
}

.input {
    font-family: 'Microsoft YaHei','Lantinghei SC','Open Sans',Arial,'Hiragino Sans GB','STHeiti','WenQuanYi Micro Hei','SimSun',sans-serif;
}



.d1 button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 42px;
    height: 42px;
    border: none;
    background: #7BA7AB;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
* {
    box-sizing: border-box;
}
.d1 button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #F9F0DA;
}

/* header */

.webpage{width:100%;    font-family: "Arial","Microsoft YaHei",sans-serif;display:flex;flex-direction:column;}
.headerfield{width:100%;}
.header-fixed{width:100%;height:110px; Z-index:10000;position:fixed;background-color:White;border-bottom:1px solid #eee;}
.nav_login_section{width:100%;max-width:1345px;display:flex;flex-direction:column;height:90px;margin:0 auto;}
.nav_denglu{/*background:#c40000;*/ height: 20px;padding-top:10px;z-index:999;}
.denglu {width: 100%;}
.denglu_left>a {color:#333;}
.denglu_left>a:hover {font-weight:bold;color:#333;}
.denglu_right>a {color:#333;}
.denglu_right>a:hover {font-weight:bold;color:#333;}
.head-container {	width:100%; max-width:1345px;	margin:0 auto;	height:90px;	vertical-align: middle;display:flex;flex-direction:row;}
.header_top {	width:100%;	margin:0 auto;	position: relative; display:flex;}
.navleft {	width:380px;	position: relative;}
.navleft_img{	width:355px;	height:80px;text-align:center;	margin:-5px 0px;	display:inline;}
.navleft2 {display:none;}
.navleft3 {display:none;}
.navright {	flex:1;	height:50px;	position: relative; padding:15px;}
.subMenu {	width:100%;	margin:0px 0px;	height:50px;	float:left;	display:inline;box-shadow:2px 2px 2px lightgrey;}
.subMenu_left{    float: left;    display: inline;    width: 80%;    height: 50px;    border: 1px solid #c40000;    border-radius: 5px 0 0 5px;}
.subMenu_right{    float: left;    display: inline;    position: absolute;    width: 20%;    height: 50px;}
.search-content {display:flex;box-shadow:2px 2px 2px lightgrey;border-radius:10px;height:50px;}
.search-content-left{flex:1;  border: 1px solid #c40000;    border-radius: 10px 0 0 10px;}
.search-content-right{width: 80px;border-radius: 0 10px 10px 0;}
.searchtxt {border: none;padding-left:15px;font-size:medium; color:#222; height:46px; line-height:20px; border-radius: 10px; width: 100%; background: #FFF;}
.subMenu_right_button{margin:0 auto;height: 100%; width: 100%; font-size:20px;	color: #fff;border: none;  border-radius: 0 10px 10px 0;background-color:#c40000;}

.mobile-nav-container{display:none;}

.header_top3 {	width:100%;	height:36px;background-color:#c40000;	margin:110px auto 0 auto;display:flex;flex-direction:row;box-shadow:2px 2px 5px darkgrey;}
.denglu {width:100%;margin: 0 auto;    color: #FFF;    font-size: 12px;    text-align: center;display:flex;flex-direction:row-reverse}
.denglu_left {height: 25px;    line-height: 25px;    float: left;    font-family: 'microsoft yahei',Arial,sans-serif;    margin-left: 20px;    display: inline;}
.denglu_right {cursor:pointer;float:right;	color:#333;	margin-right:20px;	display:inline;height:20px;}

.denglu_right:hover {font-weight:bold;color:#333;background-color:aliceblue;}
.nav_header_top{margin: 0 auto;    width: 1346px;    text-align: left;}
.nav_header_top3 { display:flex;  flex-direction:row; }
.nav_df {width:180px;  position: relative;}
.ub17 {color: #FFF;    font-weight: 500; }
.head3_ua {color:#fff;display:block;height:28px;width:100%;	background-color:#c40000;font-size:10px;font-weight:500;border-top: solid 0px #ececec;
           border-left: solid 0px #ececec;     border-right: solid 0px #ececec;  z-index: 99999;position: absolute;}
.ua17 {	color:#fff;	display:block;
	height:34px;
	width:100%;
	background-color:#c40000;
	font-family:'microsoft yahei',Arial,sans-serif;

	font-size:10px;
    font-weight:bold;
    border-top: solid 0px #ececec;
    border-left: solid 0px #ececec; 
    border-right: solid 0px #ececec;  z-index: 99999;position: absolute;
}
.nav_df div .head:hover {background-color:#940000;height:36px;}
.head {font-size: 20px;text-align: center;display: block;padding:5px;}
.head_item {width:100%; display: none; z-index: 9999; color: #000000;background-color: white; position: absolute; top: 36px; margin-left:0px;box-shadow:0 2px 15px -3px #555;border-radius:0 0 10px 10px;}
.head_item1 {width:580px; display:flex;flex-direction:column;z-index: 9999; color: #000000;background-color: white; position: absolute; top: 36px; margin-left:0px;box-shadow:0 2px 15px -3px #555;border-radius:0 0 10px 10px;}
.head_product_item {width:100%;padding:5px;display:flex;flex-wrap:wrap;}
.nav_product_head{padding-left:10px;}
.mega-title {text-decoration: none;  color:#c40000; font-size:20px;font-weight:bolder;}
.mega-title :hover {text-decoration: none;  color:#c40000; font-size:20px;font-weight:bolder;}
.mega-title-mx {color:#444;margin: 0 10px; padding: 7px 0;text-align: left;text-transform: capitalize;}
.mega-title-mx:hover {color:#c40000;font-weight:600; margin: 0 10px; padding: 7px 0;text-align: left;text-transform: capitalize;}
.mega-title-mxc {list-style-type:none;    text-align: center;line-height: 25px; font-size:16px;}
.mega-title-mxc:hover {list-style-type:none;  text-align: center;  line-height: 25px;color:#c40000; font-size:18px;}
.mega-title-mxc a:hover {color:#c40000;font-weight:600;}
.mega-title-l {list-style-type:none;    line-height: 25px; font-size:15px;}
.head_item_span{line-height: 25px; font-size:15px;}

.denglu .cart-count {
    position: absolute;
    top: 1px;
    left: 50px;
    background-color: #C40000;
    color: #FFF;
    border-radius: 5px;
    width: 26px;
    height: 15px;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    animation: pulse 2s infinite;
}
.denglu .cart-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}
.denglu .cart-link {
    position: relative;
    /*display: inline-block;*/
    padding-right:30px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.cart-icon {
    position: relative;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.cart-icon:hover {
    background: #e9ecef;
    transform: scale(1.1);
}



@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.single-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin: 5px;
  color:white;
}
.single-arrow-up {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(135deg);
  margin: 5px;
  top: 5px;
  position: relative;
  color:white;
}

#main-nav-bg {
    width: 100%;
    height: auto;
    min-height: 3645px;
    _height: 3645px;
    position: absolute;
    top: 146px;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 20;
    display: none;
}


@media only screen and (max-width: 768px){
#main-nav-bg {    top: 0px;}
}
#main-nav-bg.on{display:block;}

.head_item_span{line-height: 25px; font-size:15px;}



.cart_modal_image {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    object-fit: scale-down;
    vertical-align: top;
    cursor: zoom-in;
}


.cart-dd-body {            max-height: 680px;            overflow-y: auto;            padding: 15px;        }
.cart-dd {
            position: fixed;
            top: 0;
            right: -400px;
            width: 380px;
            height: 100vh;
            background: white;
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
            transition: right 0.3s ease;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }
        
.cart-dd.open {            right: 0;        }
        
.full-bg {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
        
.full-bg.open {            display: block;        }
        
        .cart-dd-header {
            padding: 20px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            font-size: 18px;
        }
        
        .close {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #999;
        }
        
        
        .lable {
            font-weight: 600;
            margin-bottom: 15px;
            color: #333;
        }
        
        .cart_modal_product {
            display: flex;
            gap: 10px;
            padding: 5px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        
        
        .title a {
            color: #4a90e2;
            text-decoration: none;
            font-weight: 600;
        }
        

        .finalPrice {
            font-weight: 600;
            color: #e74c3c;
            font-size: 16px;
        }
        
        .strikeThroughPrice {
            color: #999;
            font-size: 14px;
        }
        
        .totalPrice {
            margin: 5px 0;
        }
        
        .absoluteSave {
            color: #27ae60;
            font-weight: 600;
            margin: 5px 0;
        }
        
        .cart-dd-footer {
            padding: 20px;
            border-top: 1px solid #eee;
        }
        

        
        .subtotal {
            display: flex;
            justify-content: space-between;
            font-weight: 600;
            font-size: 16px;
            padding: 10px 0;
            border-top: 1px solid #eee;
        }
        
        .m--btn-primary {
            background: #C40000;
            border-radius: 6px;
            overflow: hidden;
        }
        
        .cmp-ctaitem__anchor {
            display: block;
            padding: 12px;
            color: white;
            text-decoration: none;
            text-align: center;
            font-weight: 600;
        }
.m--btn-primary:hover {

    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    background: #aa0000;
    border-color: #aa0000;
}    

.m--btn-primary a:hover {
    color: #FFF; 
}    
        /* 滚动条样式 */
        .cart-dd-body::-webkit-scrollbar {            width: 6px;        }
        
        .cart-dd-body::-webkit-scrollbar-track {            background: #f1f1f1;            border-radius: 10px;        }
        
        .cart-dd-body::-webkit-scrollbar-thumb {            background: #c1c1c1;            border-radius: 10px;        }
        
        .cart-dd-body::-webkit-scrollbar-thumb:hover {            background: #a8a8a8;        }
    

@media (max-width: 1345px)and (min-width: 1024px){

}

@media (max-width: 1024px) and (min-width: 768px){

.header-fixed{position:fixed;}
.header_top3{margin:110px auto 0 auto;}
.webpage{width:1024px;  font-family: "Arial","Microsoft YaHei",sans-serif;}
.navleft_img2{	width:240px;	height:80px;	float:left;	text-align:center;	margin:20px 0px;	display:inline;}
.subMenu {	width:676px;	margin:0px 0px;	height:50px;	float:left;	display:inline;box-shadow:2px 2px 2px lightgrey;}
}




@media (max-width:768px){
.headerfield{width:100%;}
.header-fixed{height:90px; Z-index:10000;}
.nav_login_section{width:100%;}
.nav_denglu{background:#FFF; height: 20px;z-index:1000;width:100%;height:auto;border:0px solid #ddd;right:0px;top:50px;display:flex;position:fixed;padding:10px;border-top: 1px solid #eee;}
.denglu {width:100%;    margin: 0 auto;   color: #FFF;    font-size: 12px;    text-align: left;display:flex;flex-direction:column;}
.denglu .cart-count{right:25px;top:5px;left:70px;}
.searchtxt {border: none;padding-left:15px;font-size:medium; color:#666; height:32px; line-height:20px;  width: 100%;border-radius: 5px; background: #fff;}
.search-content {display:flex;box-shadow:2px 2px 2px lightgrey;border-radius: 5px;height:35px;}
.search-content-left{flex:1;  border: 1px solid #c40000;    border-radius: 5px 0 0 5px;}
.search-content-right{width: 80px;border-radius: 0 5px 5px 0;}
.nav_denglu{display: none;}
.mobile-nav-container{display:block;}

.head-container {height:90px;display:flex;flex-direction:column;}
.header_top {height:90px;vertical-align: middle;display:initial;}
.navleft {display:none;}
.navleft2 {width:100%;background:#c40000;position: relative;height:30px;display:none;}
.navleft3 {width:100%;position: relative;display:flex; justify-content:space-between;}
.navleft_img2 {width:180px;height:40px;float:left;	text-align:center;margin:5px 5px;	display:inline;}
.navright {width:95%;height:35px;margin: 0 auto;	padding: 0 20px;}
.subMenu {width:100%;height:40px;margin: 0 auto;float:left;	display:inline;	box-shadow:0 0 0 lightgrey;}
.subMenu_left{float: left;display: inline;    width: 85%;    height: 40px;    border: 4px solid #c40000;    }
.subMenu_right{float: left;width: 15%;    height: 40px;}
.subMenu_right_button{border-radius: 0 5px 5px 0;}
.header_top3 {width:100%;display: none;height:28px;margin:0 auto;}
.denglu_right {display:inline-flex;align-items:center;height:40px;margin-right:0px;border-bottom: 1px solid #eee;padding:0px 20px; }
.icon-bar {display: block;position: absolute;height: 3px;width: 100%;background: white;border-radius: 2px;opacity: 1;left: 0;transform: rotate(0deg);transition: all 0.2s ease;}
.icon-bar:nth-child(1) {top: 0px;}        
.icon-bar:nth-child(2) {top: 8px;}        
.icon-bar:nth-child(3) {top: 16px;}
        
        /* 激活状态 - 变成X */
.navbar-toggle.active .icon-bar:nth-child(1) {top: 8px;transform: rotate(135deg);}        
.navbar-toggle.active .icon-bar:nth-child(2) {opacity: 0;}        
.navbar-toggle.active .icon-bar:nth-child(3) {top: 8px;transform: rotate(-135deg);}



#foot {
}

.navbar-toggle {
border-color: #ddd;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-toggle .icon-bar {    background-color: #333;}

.navbar-toggle .icon-bar {    display: block;    width: 22px;    height: 2px;    border-radius: 1px;}
.navbar-toggle .icon-bar+.icon-bar {    /*margin-top: -2px;*/}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {    border-color: #e7e7e7;}
.navbar-nav {    margin: 7.5px -15px;}


}



/*
.header_top3 {	width:100%;	display: none;$('#div_2').hide();	height:28px;	margin:0 auto;}
*/






.hr {
    height: 1px;
    margin: 10px 0;
    background-color: #e6e6e6;
    border: 0;
    clear: both;
}


/* 在线客户框 */


  @media (max-width: 760px)  {
.cs_online_frame {display:none;}
}

 @media (min-width: 761px){

.footer-none{display:none}
.cs_online_frame{
	position: fixed;
        top: 300px;
        right: 5px;
        width: 45px;
        /*height: 300px;*/
	/*background-color:rgb(231,0,20);*/
}
}
/* 标题 */
.cs_online_kuang{
	margin:1px;
	widht:45px;
	height:45px;
	line-height:45px;
	color:#f2f2f2;//#7ef317;//#9c0808;//#fff;
	background-color:#c40000;//#6de4ef;//#dda7f1;//#6de4ef;//#0adcef;//#5fb878;//#c40000;
	text-align:center;
	border-radius:10px;
	border:1px solid #ffffff;
}
.cs_online_kuang:hover{
        cursor:pointer;
	background-color:#c40000;//#d98ef5;//#0adcef;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#f2f2f2;//#f13334;//#5fb878;//#3fd22b;//#a9f565;
}
.cs_hide{
	display: none;
}
.layui-icon{
	font-size:26px;
}
.color-zi2{
	color:#330b40;
}

.zw-bottom{
	position:fixed;
	bottom:0px;
	left:0px;
	background-color:#F2F2F2;
}

.menuline {
    height: 6px;
    margin-bottom: 4px;
    border-bottom: 1px solid #b98ec3;
}
/*首页广告*/
.ban1 {width:100%;height: 40px;background-color:#eee;color:red;font-size:20px;text-align:center;padding-top:10px;}

 /*+clearfix {*/
    @media (max-width: 480px) {
		.quick_link {width:100%;margin:0;}
        .quick_link:after, .quick_link ul:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            font-size: 0;
        }

        .quick_link, .quick_link ul {
            display: block;
            *height: 1px;
        }
    }

    @media (min-width: 480px) and (max-width: 768px) {
        .quick_link:after, .quick_link ul:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            font-size: 0;
        }

        .quick_link, .quick_link ul {
            display: block;
            *height: 1px;
        }
    }

    /*+}*/
.content>.container-wrap.template-1-column.home>.container{
width:100%;
}

.content>.container-wrap.template-1-column.home>.container>.row{
width:100%;
}

.content>.container-wrap.template-1-column.home>.container>.row>.span12.main{
width:100%;
}


    .ggHeader a, .ggHeader a:hover {
        text-decoration: none;
        color: #FFF;
    }

    .ggBtns a {
        float: left;
        display: block;
        width: 16.66%;
        height: 40px;
        text-align: center;
        padding-top: 6px;
        color: #FFF;
        font-size: 14px;
        line-height: 40px;
        background-position: 0 10px;
        position: relative;
        top: -11px;
        outline: none;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .ggBtns a:hover {
        color: #FFF;
    }

    .ggBtns a:focus {
        outline: none;
    }

    .moble-title {
        display: none;
    }

    .image-col {
        height: 20%;
        margin-right: 5%;
        width: 20%;
    }

    .margin-bottom {        margin-bottom: 30px;    }

    /*Quick Links*/
    .quick_link ul li a {        max-width: 205px;    }

    h2.desktop-hide {
        background-color: #F62E37;
        height: 34px;
        line-height: 1.6;
        text-align: left;
        color: #FFFFFF;
        padding-left: 2px;
    }
        h2.desktop-hide a:link {color:#fff;}	

	h2.desktop-hide a:visited {		color:#fff;		}
	
    /*Hero Media Queries*/
   
    @media (min-width: 180px) and (max-width: 768px) {

.gg {display:flex;flex-direction:column;}
.ggb {padding-top:43%;}
.ggBox {width: 100%;      height: 20%;            margin: 0 auto;            position: relative;        }
.ggBox a {position: absolute;}
.ggBtns {display:flex;flex-direction:row;}
.ggBtns a {float: none;            display: block;            width: 100%;            background-color: #00000088;            line-height: 2;        }
.ggBtns a.ggOn {            color: #FFF;            background-color:#C40000;        }
.ggBox img {            display: block;            width: 100%;            }
.quick_link {            height: auto;            width: 100%;            margin: auto;        }
.quick_link ul {            margin: 0 auto;            padding: 0;            height: auto;            list-style: none;            width: 95%;        }
.quick_link ul li {            float: left;            width: 33.33%;           padding:10px 0;            text-align: center;            margin: 0 auto;        }
.tab_wrapper {            display: none !important;        }
.desktop-hide table tr td {            padding-bottom: 20px;        }
    }

    @media (min-width: 768px) {

        .ggHeader {width: 100%;margin: 0 auto;position: relative;border-top: 1px solid #DEDEDE;height: 600px;overflow: hidden;}

        .gg {
            width: 100%;
            height: 600px;
            position: relative;
            z-index: 0;
            overflow: hidden;
            margin: 0 auto;
            /*background: #d3d3d3 repeat-x;*/
        }

        .ggLoading {
            position: absolute;
            left: 40%;
            top: 200px;
            width: 325px;
            text-align: center;
            height: 56px;
            background-position: 0 -274px;
            background-repeat: no-repeat;
            line-height: 56px;
            color: #9C9C9C;
        }

        .ggLoading2 {
            width: 330px;
            height: 56px;
            background-position: 213px -330px;
            background-repeat: no-repeat;
        }

        .ggLoading em {
            font-weight: bold;
        }

        .ggs {
            width: 200%;
            height: 600px;
            left: -50%;
            top: 0;
            position: absolute;
        }

        .ggBox {
            width: 1903px;
            height: 341px;
            margin: 0 auto;
        }

        .ggBox a {
            display: block;
            width: 1903px;
            height: 600px;
            position: absolute;
            z-index: 1;
            opacity: 0.0;
        }

        .ggBox img {
            display: block;
            width: 1440px;
            height: 600px;
			position:relative;
		    margin:0 auto;
        }

        .ggb {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            height: 30px;
            z-index: 4;
            background-repeat: repeat-x;
            /* background-color:

                                                                                 #32342e; background-position: 50% -40px;*/
        }

        .ggBtns {
            width: 950px;
            height: 40px;
            margin: 0 auto;
            /*border-left: 1px solid #090908; border-right: 1px solid #6a6a60; */
        }

        .ggBtns a em {
            display: block;
            width: 100%;
            height: 32px;
            line-height: 32px;
            margin: 4px auto;
            overflow: hidden;
            border-left: 1px solid white;
        }

        .ggBtns a em.first {
            border: none;
        }

        .ggBtns a.ggOn {
            color: #FFF;
            background-position: 0 0;
        }

        .ggb {
	background-color:rgba(100,100,100,0.5);
       
        }

        a.ggOn {
            background-image: url(/images/cqggxiajiao.png);
        }

        .quick_link {
            height: 157px;
            width: 950px;
            margin: auto;
        }

        .quick_link ul {
            margin: 0;
            padding: 0;
            height: 100%;
            list-style: none;
        }

        .quick_link ul li {
            float: left;
            width: 16.66%;
            /*height: 100%;*/
            text-align: center;
        }
		
		.quick_link ul li img {
			opacity:0.7;	
		}
		
		.quick_link ul li img:hover {
			opacity:1;	
		}

       /* .quick_link ul li a {
            display: block;
            height: 100%;
        }*/

        /*Tabs*/
        .tab_wrapper {
            height: auto !important;
            height: 520px;
            min-height: 520px;
            border: 1px solid #EE2D36;
            width: 950px;
            margin: auto auto 20px auto;
        }

        .tab_wrapper ul {
            margin: 0;
            padding: 0;
            height: auto;
            list-style: none;
        }

        .tab_wrapper .tab_control {
            height: 40px;
            background-color: #EE2D36;
        }

        .tab_wrapper .tab_control li {
            float: left;
            width: 16%;
            height: 40px;
            line-height: 40px;
            color: white;
            text-align: center;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
        }

        .tab_wrapper .tab_control li a {
            color: #FFFFFF;
        }

        .tab_wrapper .tab_control li:hover, .tab_wrapper .tab_control li.on {
            color: black;
            background-color: white;
        }

        .tab_wrapper .tab_control li:hover, .tab_wrapper .tab_control li.on a {
            color: black;
        }

        .tab_wrapper .tab_box {
            clear: both;
        }

        .tab_wrapper .tab_box li {
            display: none;
            width: 100%;
            padding: 25px 0;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

        .tab_wrapper .tab_box li.on {
            display: block;
        }

        .tab_wrapper .tab_box li dl.col-4 {
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 24.5%;
            vertical-align: top;
        }

        .tab_wrapper .tab_box li dl dt {
            margin: 0;
            padding: 0;
            margin-bottom: 15px;
            font-size: 16px;
            padding-left: 25px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

        .tab_wrapper .tab_box li dl dd {
            margin: 0;
            padding: 0;
            padding-left: 25px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

        .desktop-hide {
            display: none;
        }
		.ggBox a span{
			display:inline-block;
			position:absolute;
			right:calc(calc(100% - 910px)/2);
			top:243px;
			width:108px;
			height:32px;
			z-index:2000000;}
		.ggBox a span img{
			width:108px;
			height:32px;}
    }

.banner_mobile {display:none;}
@media(max-width:480px) {
                body {overflow-x:hidden;}
		.banner_mobile {display:block; position:relative;overflow:hidden;}
		#gg {display:none;}	
		.myspanmo a span{
			display:inline-block;
			position:absolute;
			right:20px;
			top:120px;
			width:82px;
			height:25px;
			z-index:2000000;
			}
		.myspanmo a span img{
			width:82px;
			height:25px;
			}
}
/* 产品系列*/
.ban2{
    width: 220px;
    height: 43px;
    background-color: white;
    margin: auto;
    margin-top: 15px;
    text-align: center;
    line-height: 45px;
    font-size: 26px;
    font-family: 微软雅黑;
    font-weight: normal;
    color: #0a0a0a;
}
        .section-header {
            text-align: center;
            margin: 20px 0;
            position: relative;
        }
        

        .section-header .subtitle {
            font-size: 1.2rem;
            color: #7f8c8d;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.8;
        }
        
        .section-header::after {
            content: '';
            display: block;
          
            height: 4px;
            background: linear-gradient(to right, #3498db, #2ecc71);
            margin: 20px auto 0;
            border-radius: 2px;
        }
        .category-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .category-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .category-card:hover {
            transform: translateY(-0px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
        
        .category-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(to right, #3498db, #2ecc71);
        }
        
        .card-image-wrapper {
            height: 220px;
            overflow: hidden;
            position: relative;
        }
        
        .card-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .category-card:hover .card-image {
            transform: scale(1.05);
        }
        
        .card-content {
            padding: 15px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .card-title {
            font-size: 1.6rem;
            color: #2c3e50;
            margin-bottom: 15px;
            font-weight: 700;
            position: relative;
            padding-bottom: 10px;
        }
        
        .card-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #3498db;
            border-radius: 1.5px;
        }
        
        .card-description {
            color: #5d6d7e;
            margin-bottom: 20px;
            line-height: 1.7;
            flex-grow: 1;
        }
        
        .card-link {
            display: inline-flex;
            align-items: center;
            color: #3498db;
            font-weight: 600;
            text-decoration: none;
            padding: 10px 0;
            transition: all 0.3s ease;
            position: relative;
            align-self: flex-start;
        }
        
        .card-link:hover {
            color: #2980b9;
            padding-right: 10px;
        }
        
        .card-link i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }
        
        .card-link:hover i {
            transform: translateX(5px);
        }
.category-card .image-container {    height: 266px;    width: 100%;    overflow: hidden;position:relative;}


.image-container .card-image {
    height: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;

}

        
        .category-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #e74c3c;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            z-index: 2;
            box-shadow: 0 3px 8px rgba(231, 76, 60, 0.3);
        }
        

        
        /* 悬浮效果增强 */
.category-grid .category-card .image-container:hover {}

        /* 为不同分类添加不同颜色主题 */
        .category-card:nth-child(1) .card-title::after { background: #3498db; }
        .category-card:nth-child(2) .card-title::after { background: #2ecc71; }
        .category-card:nth-child(3) .card-title::after { background: #9b59b6; }
        .category-card:nth-child(4) .card-title::after { background: #e74c3c; }
        .category-card:nth-child(5) .card-title::after { background: #f39c12; }
        .category-card:nth-child(5) .card-title::after { background: #0e00dd; }
        

        
        .category-card:nth-child(1)::before { background: #3498db; }
        .category-card:nth-child(2)::before { background: #2ecc71; }
        .category-card:nth-child(3)::before { background: #9b59b6; }
        .category-card:nth-child(4)::before { background: #e74c3c; }
        .category-card:nth-child(5)::before { background: #f39c12; }
        .category-card:nth-child(5)::before { background: #0e00dd; }
        
        .category-card:nth-child(1) .card-link { color: #3498db; }
        .category-card:nth-child(2) .card-link { color: #2ecc71; }
        .category-card:nth-child(3) .card-link { color: #9b59b6; }
        .category-card:nth-child(4) .card-link { color: #e74c3c; }
        .category-card:nth-child(5) .card-link { color: #f39c12; }
        .category-card:nth-child(5) .card-link { color: #0e00dd; }


 @media (min-width: 1345px) {
.category-grid{ width:1345px; text-align: center;  margin:auto;}


}

 @media (max-width: 1345px) and (min-width: 1024px) {
.category-grid{ padding:0 5px;width:100%;  text-align: center;  margin:auto;}
}

 @media (max-width: 1024px) and (min-width: 768px) {
.category-grid{padding:0 5px; width:1024px;  text-align: center;  margin:auto;}

}

@media (max-width: 768px) {
.products-category {padding: 20px;}
.section-header h2 {font-size: 2.2rem;}            
.category-grid {padding:0 5px;grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));gap:10px;}
}



@media (max-width: 460px)  {
.cs_online_frame {display:none;}
.category-card .image-container {    height: 160px;}
.card-content{padding:5px 10px;}
.category-grid {padding:0 5px;grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));gap:10px;}
}

 @media (min-width: 1200px){
.part2{	display: block;	width:1200px;	margin-top: 30px;margin: auto;	overflow: hidden; height: auto;	clear: both;}
.part2 .about{	display: block;	float: left;	width: 584px;margin-left:10px;margin-right:10px;}
.news{	display: block;	float: left;	width: 584px;}
}

 @media (max-width: 1200px) and (min-width: 1024px){
.part2{	display: block;	width:100%;	margin-top: 30px;margin: auto;	overflow: hidden; height: auto;	clear: both;}
.part2 .about{	display: block;	float: left;	width:48%; margin-left:1%;margin-right:1%;}
.news{	display: block;	float: left;	width: 48%; margin-left:1%;margin-right:1%;}
}

 @media (max-width: 1024px) and (min-width: 768px){
.part2{	display: block;	width:1024px;	margin-top: 30px;	overflow: hidden;        height: auto;	clear: both;}
.part2 .about{	display: block;	float: left;	width: 491px; margin-left:10px;margin-right:10px;}
.news{	display: block;	float: left;	width: 492px;}
}



 @media (max-width: 768px){
.part2{	display: block;	width:100%;	margin-top: 30px;	overflow: hidden;        height: auto;	clear: both;background-color:#fff;}
.part2 .about{	display: block;	float: left;	width: 100%;}
.news{	display: block;	float: left;	width: 100%;}
}


.about-body{display: block;	margin-top: 48px;}
.about-body img{display: block;	width: 98%;	height: 150px;	margin-bottom: 15px;}
.about-body p{ line-height: 32px;
    color: #828282;    
    -webkit-margin-before: 10px;
    -webkit-margin-after: 10px;
    -webkit-margin-start: 10px;
    -webkit-margin-end: 10px;}


@media (max-width: 768px){

.news-body{display: block;	margin-top: 48px;}
.news-body li{display: block;	height: 100%;	margin-bottom: 15px;	padding-bottom:50px;	border-bottom:1px solid #bfbfbf;}
.news-body li:last-child{margin-bottom: 0;}
.news-body li .pic{display: block;float: left;margin-right: 11px;}
.news-body li .pic img{	display: block;	width: 80px;	height: 69px;}
.news-body li .content{	display: block;	overflow: hidden;}
.news-body li .content h4{	display: block;	line-height: 1;	font-size: 16px;}
.news-body li .content h4 a{	color: #4f4f4f;	font-size: 16px;	transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;}
.news-body li .content h4 a:hover{	color: #9665a8;}
.news-body li .content p{display: block;line-height: 26px;color: #808080;margin-top: 6px;}
}

@media (min-width: 768px){

.news-body{display: block;	margin-top: 48px;}
.news-body li{display: block;	height: 74px;margin-bottom: 15px;padding-bottom:50px;border-bottom:1px solid #bfbfbf;}
.news-body li:last-child{margin-bottom: 0;}
.news-body li .pic{	display: block;	float: left;	margin-right: 11px;}
.news-body li .pic img{	display: block;	width: 80px;	height: 69px;}
.news-body li .content{	display: block;	overflow: hidden;}
.news-body li .content h4{	display: block;	line-height: 1;	font-size: 16px;}
.news-body li .content h4 a{	color: #4f4f4f;	font-size: 16px;	transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;}
.news-body li .content h4 a:hover{	color: #9665a8;}
.news-body li .content p{display: block;line-height: 26px;color: #808080;margin-top: 6px;}
}

.unified-header {
    position: relative;
    display: block;
    padding: 30px 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.unified-header-us{
    display: block;
    float: left;
    font-size: 26px;
    color: #c40000;
}
.unified-header-small
{
    font-size: 18px;
    color: #c9c9c9;
    padding-left: 10px;
    text-transform: uppercase;
}
.unified-header>a {
    display: block;
    text-decoration: none;
    float: right;
    color: #919191;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}
.unified-header .line {
    position: absolute;
    display: block;
    width: 200px;
    height: 1px;
    background-color: #c40000;
    bottom: -1px;
    left: 0;
}

.layui-timeline-item {
    position: relative;
    padding-bottom: 20px;
}

.layui-icon {
    font-size: 26px;
}

.layui-timeline-axis {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #5FB878;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.layui-icon {
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.layui-timeline-content {
    padding-left: 25px;
}

.layui-text {
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.layui-timeline-title {
    position: relative;
    margin-bottom: 10px;
}
/*  以上是20200306zl汇总           */


/***********搜索页*************/
.webpage .container {width:100%;height:auto;display:flex;flex-direction:column;}
.main .position {width:100%;display: block;height: 40px;line-height: 40px;color: #6d6d6d;margin-top: 0px;border-bottom: 1px solid #d6d6d6;}
.main .search-content-box{margin-top: 0px;overflow: hidden;clear: both;width: 100%;padding:0 5px;display:flex;flex-direction:row;}
.main .position-box {display: inline-block;padding-left: 20px;/*background: url(../imgs/position.png) no-repeat left center;*/}
.main .position-box a {color:#0071d0;}
.main .pm-content-r{width:100%;display:flex;flex-direction:column;padding:0 0 0 10px; }
.main .pm-content-r .title03{display: block;line-height:25px;padding-bottom:0px;border-bottom:0px solid #aaaaaa;background-color:#fff;}
.main .pm-content-r .title03 h3{display: block;font-size: 28px;color: #c40000;}
.main .pm-content-r .title03 p{display: block;font-size: 16px;color: #666;margin-top: 10px;padding-left: 30px;/*text-transform: uppercase;*/}

.main .pm-content-r .result-cards {display:flex;flex-direction:column;min-height:600px;/*padding:5px 0 0 5px;*/}
.main .pm-content-r .result-cards .result-card {display:flex;flex-direction:column;border:1px solid #eee;padding:10px 0 10px 0;margin-bottom:10px;border-radius:5px;}
.main .pm-content-r .result-cards .result-card:hover {box-shadow:1px 1px 6px 0px #ddd;}
.main .pm-content-r .result-cards .result-card .result-card-box{display:flex;flex-direction:row;}
.main .pm-content-r .result-cards .result-card .section0 {display:flex;flex-direction:column;width:100px;line-height:16px;padding:10px 8px;align-items:center;justify-content:center;order:1;}
.main .pm-content-r .result-cards .result-card .section0 .text1 {padding:10px 0;font-size:16px;}
.main .pm-content-r .result-cards .result-card .section0 a{width:100%;text-align:center;color:#0071d0;}

.main .pm-content-r .result-cards .result-card .section1 {display:flex;/*width:120px;*/line-height:40px;padding:0 8px;align-items:center;justify-content:center;order:3;}
.main .pm-content-r .result-cards .result-card .section1 img{display:inline-block;width:100px;height:100px;position:relative;overflow:hidden;object-fit:scale-down;vertical-align:top;cursor:zoom-in;}
.main .pm-content-r .result-cards .result-card .section1 img:hover{box-shadow:1px 1px 3px 0px #aaa;border-radius:5px; }
.main .pm-content-r .result-cards .result-card .section1 .zoom-btn{position:absolute;/*top:0;right:0;width:100%;height:100%;*/z-index:1;cursor:pointer;}
.main .pm-content-r .result-cards .result-card .section1 .zoom-btn::before {display: block; content: ""; width: 12px; height: 12px; background: url(../images/main/ic_zoom.svg) no-repeat center center;position: absolute;left: 100px;bottom: -50px;}
.main .pm-content-r .result-cards .result-card .section2 {display:flex;flex-direction:column;flex:1;/*width:65%;align-items:center;*/margin-left:20px;justify-content:center;order:4;}

.main .pm-content-r .result-cards .result-card .section2 a{color:#0071d0;}
.main .pm-content-r .result-cards .result-card .section2 .result-casno span {margin-right:20px;}

.main .pm-content-r .result-cards .result-card .section2 .result-name{line-height:28px;}
.main .pm-content-r .result-cards .result-card .section2 .result-casno{line-height:20px;font-size:14px;margin-right:20px;}
.section2 .result-desc{line-height:20px;font-size:14px;margin-top:5px;display:-webkit-box; -webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;color:#666;font-style:italic;}
.main .pm-content-r .result-cards .result-card .section3 {display:flex;flex-direction:column;width:100px;line-height:16px;padding-right:18px;justify-content:center;align-items:flex-end;order:5;}
.main .pm-content-r .result-cards .result-card .section3 .text2 {padding:2px;font-size:12px;cursor:pointer;}
.main .pm-content-r .result-cards .result-card .section3 .text3 {padding:2px;font-size:12px;cursor:pointer;border:1px solid #ccc;border-radius:5px;margin-top:15px;}
.main .pm-content-r .result-cards .result-card .section3 .text3:hover {box-shadow:1px 1px 3px 0px #ccc;}

.my_pages{clear:both!important;padding:5px 0 0;text-align:center;margin:5px auto;line-height:30px;display:flex;flex-direction:row;}
.my_pages ul{text-align:center;list-style:none;}
.my_pages ul li{list-style:none;text-align:center;height:24px;display:inline;margin:0 2px;padding:0;overflow:hidden;white-space:nowrap;font-size:13px;}
.my_pages ul li a{background:#fff;color:#555;display:inline;height:24px;overflow:hidden;margin:0;border: #999 1px solid;}
.my_pages ul li a:hover{color:#fff;background:#C40000;border:#00632a 1px solid;height:24px;overflow:hidden;text-decoration:none;cursor:pointer;}
.my_pages ul li.thisclass a{background:#00632a;border:#00632a 1px solid;height:24px;overflow:hidden;color:#fff;font-weight:700;} 
.main .pm-content-r .bannerpage{width:100%;align-items:center;display:flex;}
.main .pm-content-r .bannerpage.line{border-bottom:0px solid lightgray;background-color:#fff;margin-bottom:5px;}

.main .pm-content-r .bannerpage a{width:25px;margin:0 0px;display:inline-block;}
.main .pm-content-r .bannerpage .bannerpage-button a{width:50px;height:28px;padding:5px;display:inline-block;}
.main .pm-content-r .bannerpage .now-page{border-bottom:2px solid #c40000;}
.btn-outline {color: #0071d0;background-color: #fff;border: solid 1px #92929e;width: 50px;height: 28px;}
.page-arrow-left {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(45deg);
}
.page-arrow-right {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(225deg);
}

.tit-w {height:40px;background-color:aliceblue;padding:10px 0px;}

.result-card .pm-price{
    padding: 0px;
    line-height: 28px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 6px 6px 8px 0 #ddd;
    height: auto;
    margin-top: 16px;
    min-width: 817px;
    width: 100%;
}

.price-container{
display:flex;
flex-direction:row;
padding:0 10px;
    }


.result-card .pm-price .headline{
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight:600;

}
.pm-price .price-detail-line {
    display:flex;
    flex-direction:row; 
    }
.result-card .pm-price .color-0071d0{
    color: #0071d0;
}
.result-cards .pm-price .price-detail{
    min-height: 28px;
    padding: 16px 12px 16px 0;
    vertical-align: top;
border-bottom: 1px solid #ddd;
}

.result-cards .pm-price .div1{padding-left: 16px;
    width:60%;
}
.result-cards .pm-price .div2{
     width:40%;
}
.result-cards .pm-price .div3{
    width:15%;
}
.result-cards .pm-price .div4{
    width:20%;
}

.result-cards .pm-price .div5{
    padding-right: 16px;
    width:20%;
    text-align:center;
}
.tijiao{display: flex;justify-content: space-between;margin-top: 18px;flex-direction: row-reverse;}


.tijiao .tijiao-button{
    color:#fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
    box-sizing: content-box;
    border-radius: 3px;
    min-width: 98px;
    max-width: 220px;
    padding: 0 12px;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #c40000 !important;
    border: solid 1px #c40000 !important;
}

.div5 .qty{
    display: flex;
    justify-content: space-between;
    width: 106px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.div5 .qty-btn{
    width: 30px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
.div5 .qty-field input{
    cursor: text;
    min-width: 42px;
    width: 42px;
    line-height: 38px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: unset;
    border-top: unset;
    padding: 0;
}
.div5 .qty-btn:hover {    background: #e4e7ed;}

.div5 .qty-btn:active {    background: #d4d7de;}




@media (min-width: 1345px) {
.webpage .container {width:1345px;margin:0 auto;}
.main .subnavtop-L{
    margin: 0 auto;
    float: left;
}
.main .subnavtop-r{margin-top:10px;	display: block;	float: left;	width: 890px;}
.main .pm-content-r{display: block;width: 1080px;}
}

@media (max-width: 1345px)and (min-width: 1024px){
.main .subnavtop-L{
    margin: 0 auto;
    float: left;
    width:100%;
}
.main .subnavtop-r{
	margin-top:10px;
	margin:0 auto;
	overflow:hidden;
	float:left;
	width:680px;
	zoom:1; 
}
}

@media (max-width: 1024px)and (min-width: 768px){
.container {width:1024px;}

.main .subnavtop-L{
    margin: 0 auto;
    float: left;
}
.main .subnavtop-r{
	margin-top:10px;
	margin:0 auto;
	overflow:hidden;
	width:680px;	
	zoom:1; 
}


}

@media (max-width: 768px){
.webpage .container{margin-top: 95px;background-color: #F6F6F6;}
.main .pm-content-r{padding:0px;}
.main .pm-content-r .title03 p{display: block;font-size: 14px;color: #666;margin-top: 0px;padding-left: 10px;}
.main .position {height: 30px;line-height: 20px;margin-top: 3px;background-color: #FFF;}
.main .position-box a {color: #0071d0;font-size:12px;}
.main .pm-content-r .result-cards .result-card .result-card-box{display:flex;flex-direction:column;position:relative;}
.main .pm-content-r .result-cards .result-card {font-size:14px;padding:6px 0 6px 0;background-color: #FFF; }
.main .pm-content-r .result-cards .result-card .section0 {width:80px;padding:5px;}
.main .pm-content-r .result-cards .result-card .section2 .result-name{line-height:26px;}
.main .pm-content-r .result-cards .result-card .section2 .result-name a span{line-height:20px;}
.main .pm-content-r .result-cards .result-card .section3 {position:absolute;order:1; right:20px;}

.main .subnavtop-L{
    margin: 0 auto;
    float: left;
}
.main .subnavtop-r
{
    float:left;
	margin-top:10px;
    width:100%;
	overflow:hidden;
	min-width:200px;
	zoom:1; 
}



.price-container{
padding:0px;
    }
.result-card .pm-price{
    padding: 0px;
    min-width: 420px;
    border: 0px solid #ddd;
    box-shadow: 1px 1px 1px 0 #ddd;
    width: 100%;
}
.result-cards .pm-price .price-detail{
    min-height: 28px;
    padding: 2px 2px 2px 0;
    vertical-align: top;
border-bottom: 1px solid #ddd;
}
.result-cards .pm-price .div1{
    padding-left: 5px;
    width:100%;
}
.result-cards .pm-price .div2{
    padding-left: 5px;
    width:100%;
}
.result-cards .pm-price .div3{
    width:20%;
}
.result-cards .pm-price .div4{
    width:20%;
}

.result-cards .pm-price .div5{
    padding-right: 16px;
    width:30%;
    text-align:center;
}

.result-cards .pm-price .price-detail-line .div1{
    padding-left: 5px;
    width:100%;
    margin-bottom:-12px;
    border-bottom: 0px solid #ddd;
}
}
.main .content-box-main{margin-top: 0px;width: 100%;display:flex;flex-direction:column;padding:0 5px;}
.main .content-box1{margin-top: 0px;overflow: hidden;clear: both;width: 100%;display:flex;}
.main .content-box2{margin-top: 0px;overflow: hidden;clear: both;width: 100%;display:flex;}

.subnav .subnav-header{
	display: block;
	height: 78px;
	background: #c40000  no-repeat right top;
	margin-bottom:5px;
}
.subnav .subnav-header div{
	display: block;
	line-height: 1;
	font-size: 24px;
	color: #fff;
	padding-left: 30px;
	padding-top: 10px;
}
.subnav .subnav-header p{
	display: block;
	line-height: 1;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	text-transform: uppercase;
}
.nnmain-left {width:260px; min-height:1000px; float:left;}
.nnmenu {width:auto; height:auto;}
.nnmain {width:1024px; height:auto; margin:0 auto; padding:15px 0;}
.nnmenu-tit {width:auto; height:50px; background:#555; border-top:3px solid #666; padding-left:20px; line-height:50px; color:#fff; font-size:18px;}
.nnmenu-list {width: auto;    height: auto;    background: #fafafa;}

.nnmenu-list .nnmenu-ul1 {list-style-type: none;display: block;}
.nnmenu-list .nnmenu-ul1 .nnmenu-li1 {width: auto; height: auto; min-height:40px; border-bottom: 1px solid #f1e8e8;}
.nnmenu-list .nnmenu-ul1 .nnmenu-li1:hover {background:#eee;}
.nnmenu-list .nnmenu-ul1 .nnmenu-li1 .cursel {background:#eee;}
.nnmenu-list .nnmenu-ul1 .nnmenu-li1 h1 {width: auto; height: 40px;font-weight: normal; line-height: 40px;    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;    -webkit-margin-start: 0px;    -webkit-margin-end: 0px;}
.nnmenu-list .nnmenu-ul1 .nnmenu-li1 h1 a {float: left; font-size: 16px; color: #666; padding-left: 10px;display: block;    width: 200px;}
.nnmenu-list .nnmenu-ul1 .nnmenu-li1 h1 span {float: right; width: 40px; height: 40px; background:url(/images/right.png) no-repeat center;cursor:pointer;}


.nnmain-list-min {width:auto;height:auto;background: #fff;display: block;padding:0px;}
.nnmain-list-min ul  { list-style-type:none;margin-left:20px;display: block;    list-style-type: disc;}
.nnmain-list-min ul li {background: url(/images/icon.gif) no-repeat left center;line-height: 32px;padding-left:20px;border-bottom: 0px solid #f1e8e8;}
.nnmain-list-min ul li:hover{background:#eee;}
.nnmain-list-min ul li a{width: auto; height: 32px; line-height: 32px;border: none;    text-decoration: none;    color: #666;}
.nnmain-list-min ul li span{background:none;}
.nnmain-list-min ul li a:hover{background:none;}

@media (min-width: 768px){
.proinfobiao {
    font-size: 16px;
    line-height: 20px;
    color: #3a3a3a;
}

.proinfobiao .pro-t{color: #ffffff;}
.proinfobiao tr {/*line-height: 24px;*/}
.proinfobiao th {line-height:35px; font-size:16px;color: #3a3a3a;background-color: #ddd;}
.proinfobiao tr.change:hover {/*line-height: 24px;*/background-color: #eee;}
.proinfobiao td {border-bottom: #cccccc 1px dashed; font-size:16px;color: #3a3a3a;padding:10px 0 10px 0}
.proinfobiao tr:hover td {background:none;}
.proinfobiao td a{font-size:16px;color: #3a3a3a;line-height:40px;color:#0071d0;}
.proinfobiao td a:hover{color: #0a518d;}
.proinfobiao .detail01{width:785px;font-size:16px;color: #3a3a3a;padding:5px;}

.proinfo {
/*   */
    width:100%;
    border:0;
    font-size: 16px;
    line-height: 20px;
    color: #3a3a3a;
    margin-top: 5px;
    margin-left: 0px;
}

.proinfo .pro-t{color: #ffffff;}
.proinfo tr{line-height: 18px;}
.proinfo td{padding: 8px; border-bottom: #cccccc 1px dashed; font-size:14px;color: #3a3a3a;}
.proinfo .tdleft {background-color: #eee;font-weight:bold;}
.proinfo .tdright {background-color: #fafafa;}
.proinfo td a{font-size:16px;color: #3a3a3a;}
.proinfo td a:hover{color: #e40d0d;}
.proinfo .detail01{font-size:14px;color: #3a3a3a;    line-height: 25px;padding:5px;}
.proinfo .detail01 p {text-indent:2em;}



table.altrowstable {width:98%;margin-top: 10px; margin-left: 1%;font-family: verdana,arial,sans-serif;
    			font-size:11px;color:#333333;border-width: 1px;border-color: #c7c7c7;border-collapse: collapse;}
table.altrowstable th {font-size:16px;color:#fff;border-width: 1px;padding: 8px;border-style: solid;border-color: #c7c7c7;}
table.altrowstable td {font-size:11px;border-width: 1px;padding: 8px;border-style: solid;border-color: #c7c7c7;}
.oddrowcolor{background-color:#fff;}
.evenrowcolor{background-color:#ededed;}


}
@media (max-width: 768px){
.main .content-box1{
	margin-top: 0px;
	overflow: hidden;
	clear: both;
	width: 100%;
	display:flex;
	flex-direction:column;
}
.main .content-box2{
	margin-top: 0px;
	overflow: hidden;
	clear: both;
	width: 100%;
	display:flex;
	flex-direction:column;
}
.main .search-content-box .subnav{display:none;}


.proinfobiao {
    font-size: 12px;
    line-height: 20px;
}

.proinfobiao .pro-t{color: #ffffff;}
.proinfobiao tr{line-height: 20px;}
.proinfobiao th{font-size:16px;color: #3a3a3a;height:30px;}
.proinfobiao td{border-bottom: #cccccc 1px dashed;font-size:14px;color: #3a3a3a;}
.proinfobiao td a{font-size:14px;color: #3a3a3a;}
.proinfobiao td a:hover{color: #e40d0d;}
.proinfobiao .detail01{font-size:12px;color: #3a3a3a;padding:5px;}

.proinfo {
/*   */
width:100%;
border:0;
align:center; 
cellpadding:3;
cellspacing:1;
bgcolor:#ECECEC;
    font-size: 16px;
    line-height: 20px;
    color: #3a3a3a;
    margin-top: 5px;
    margin-left: 0px;
}

.proinfo .pro-t {color: #ffffff;}
.proinfo tr {line-height: 15px;}
.proinfo tr.change:hover {line-height: 15px;background-color: #eee;}
.proinfo .tdleft {background-color: #eee;font-weight:bold;}
.proinfo .tdright {background-color: #fefefe;}
.proinfo td {padding: 5px; border-bottom: #cccccc 1px dashed; font-size:12px;color: #3a3a3a;}
.proinfo tr:hover td {background:none;}
.proinfo td a {font-size:16px;color: #3a3a3a;}
.proinfo td a:hover {color: #e40d0d;}
.proinfo .detail01{font-size:14px;color: #3a3a3a;    line-height: 25px;padding:5px;}


table.altrowstable {width:98%;margin-top: 10px; margin-left: 1%;font-family: verdana,arial,sans-serif;
    			font-size:11px;color:#333333;border-width: 1px;border-color: #c7c7c7;border-collapse: collapse;}
table.altrowstable th {color:#fff;border-width: 1px;padding: 8px;border-style: solid;border-color: #c7c7c7;}
table.altrowstable td {border-width: 1px;padding: 8px;border-style: solid;border-color: #c7c7c7;}
.oddrowcolor{background-color:#fff;}
.evenrowcolor{background-color:#ededed;}


}



.serchhistory{
    display: block;
    width: 260px;
    text-align: left;
    line-height: 16px;
    margin-top: 9px;
    font-size: 14px;
    background-color: #f2f2f2;
}

.main .content-box{margin-top: 0px;overflow: hidden;clear: both;width: 100%;padding:0 5px;display:flex;flex-direction:column;}


.main .campany-content-box{margin-top: 0px;overflow: hidden;clear: both;width: 100%;padding:0 5px;display:flex;flex-direction:row;}



/*-------------放大镜--------------*/
html{overflow-y:scroll;}
/*body{margin:0; font:12px "\5B8B\4F53",san-serif;background:#ffffff;}*/
div,ul,li{padding:0; margin:0;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
 
/* box */
.box{width:310px;margin:10px auto;float:left;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;box-shadow: 1px 1px 2px 0px #b2afaf;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{margin:10px 0 0;overflow:hidden;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:42px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.tb-s310, .tb-s310 a{height:310px;width:310px;}
.tb-s310, .tb-s310 img{max-height:310px;max-width:310px;}
.tb-s310 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:40px;width:40px;}
.tb-booth{/*border:1px solid #CDCDCD;*/position:relative;    /*z-index:1;*/}
.tb-thumb .tb-selected{background:none repeat scroll 0 0 #c40000;height:42px;/*padding:2px;*/}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:300px;height:300px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.tm-icon-small{font-size:12px; vertical-align:super;}
.tm-icon-medium{font-size:16px;}
.main .pdd-content-box1{margin-top: 0px;overflow: hidden;clear: both;width: 100%;display:flex;}
.pdd-content-box1 .img-box{margin:0 auto;padding:10px;background-color:#fff;}
.pdd-content-box1 .pdd-pck-box{width:70%;display:flex;flex-direction:column;background-color:#fff;}
.pdd-content-box1 .pdd-pck-box .pdd-promotion{height:auto;}
.pdd-content-box1 .pdd-price-box{width:35%}

.main .pdd-content-box2{margin-top: 0px;clear: both;width: 100%;display:flex; flex-direction:column;}
.main .pdd-content-box2 .pdd-content2{display:flex; flex-direction:row}
.pdp-card .qty{display: flex;    justify-content: space-between;    width: 106px;    height: 40px;    line-height: 38px;    border: 1px solid #ddd;    border-radius: 4px;}

.pdp-card .qty-btn{width:30px;height:40px;text-align: center;cursor: pointer;font-size: 16px;}
.pdp-card .qty-field input{cursor: pointer;min-width:42px;width:42px;height: 39px;line-height:40px;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;border-top: unset;padding: 0;}
.pdp-card .qty-btn:hover {background: #e4e7ed;}
.pdp-card .qty-btn:active {background: #d4d7de;}
.pdp-card .c-input:focus {border-color: #409eff;}
.el-icon-minus:before {content: "\e6d8";padding:8px;}
.el-icon-cart:before {content: "\e750";}
.el-icon-top:before {content: "\e6e6";}
.el-icon-delete:before {content: "\e6d7";padding:8px;font-size:16px;}
.el-icon-plus:before {content: "\e6d9";padding:8px;}
.el-icon-circle-check:before {content: "\e720";}




.main .pdd-content-L{display: block;flex:1;}

.pdp-card .pdp-tijiao{display: flex;justify-content: space-between;margin-top: 18px;flex-direction: row;}


.pdp-card .pdp-tijiao .tijiao-button{
    color:#fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
    box-sizing: content-box;
    border-radius: 3px;
    min-width: 98px;
    max-width: 220px;
    padding: 0 12px;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #c40000 !important;
    border: solid 1px #c40000 !important;
}
.pdp-table-wrapper {
    margin-bottom: 16px;
    position: relative;
    padding:10px;
}
.pdp-table-product-selector {max-height: 486px;overflow-y: auto;position: relative;scrollbar-width: thin;padding:10px; border:1px solid #ddd;}
.pdp-table-product-selector .pdp-pck-table{
    border-collapse: initial;
    border-spacing: 0;
    width: 100%;
    /*border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;*/
}

.pdp-table-product-selector .active-row {
    background-color: #f1f9ff;
    color: #0071d0!important;
}
.pdp-table-product-selector .pdp-pck-row:hover {
    background-color:#eee;
}
.pdp-table-product-selector .pdp-pck-first-row{
    background-color: #f7f7f7;
    position: sticky;
    top: 0;
    font-weight:600;
    /*border-bottom: 1px solid #ddd;*/
    padding: 18px;
    text-align: left;
    display: flex;
    flex-direction: row;
}
.pdp-table-product-selector .pdp-pck-row {
    cursor: pointer;
    border-top: 1px solid #ddd;
    padding: 18px;
    text-align: left;
    display: flex;
    flex-direction: row;
}
.pdp-table-product-selector .row-div1{
    width:33%;
    font-weight:600;
}
.pdp-table-product-selector .row-div2{
    width:33%
}
.pdp-table-product-selector .row-div3{
    width:33%
}
.altrowsdiv{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    line-height: 30px;
    text-align: center;
}


.altrowsdiv .div-row1{
    display: flex;
    flex-direction: row;
    background-color: wheat;
    font-weight: 600;
    border-bottom: 1px solid grey;
}
.div-row{
    display: flex;
    flex-direction: row;
}

.commerce-box-inner {
    bottom: 100%;
    position: sticky;
    top: 160px;
    width:340px;
    padding: 10px 2px 10px 10px;

}
.commerce-box-inner .pdp-card {
    background-color:#fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 #0000001a;
    cursor: default;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    padding: 16px;
    transition: .3s ease-in-out;
    width: 100%;
}
.pdp-card .pdp-box-sku-row {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.pdp-card .pdp-box-sku {
    font-weight: 600;
}

.pdp-box-sku-value {font-size:22px;color:#337abe;
    font-weight: 500;
}

.pdp-card .pdp-price{
    margin-top:10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.pdp-price-label {
    font-weight: 600;
}
.pdp-price-orderprice{margin-top:4px;}
.pdp-price-orderprice-value{
    font-size: 18px;
    font-weight: 500;
    margin-right: 4px;
}
.pdp-price-orderprice-striked {
    color: #999;
    font-weight: 400;
    text-decoration: line-through;
}
.pdp-price-orderprice-percentage, .pdp-price-orderprice-op-percentage {
    color: #999;
    font-weight: 500;
}
.pdp-price-orderprice-productSize {
    color: #999;
    font-weight: 400;
}

.pdp-custom-forms {
    margin-top: 10px;
}
.pdp-box-wrapper {
    align-items: center;
    display: flex;
    height: 30px;
    margin: 24px 0;
}
.pdp-availability{width:60px;height:30px;padding:3px 15px;margin-left:10px;border-radius:5px;background-color:#337ac4;color:#fff;}

.pdp-ordering-attributes {
    margin-top: 15px;
}
.pdp-ordering-attribute {
    display: flex;
    margin-top: 12px;
}

.details.regular .content-wrapper {
    font-family: HelveticaNeue, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: var(--text-secondary, #54545c);
    background-color: var(--layer-primary, #ffffff);
    margin: 0px;
    padding-block: 8px 16px;
    padding-inline: 16px;
}

.pdp-text-bold {
    font-weight: 700;
}

.pdp-delivery-info{
    font-family: HelveticaNeue, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: var(--text-secondary, #54545c);
    background-color: var(--layer-primary, #ffffff);
    margin: 0px;
    padding-block: 8px 16px;
    padding-inline: 16px;
}


@media (max-width: 768px){
.main .pdd-content-box1{	margin-top: 0px;	overflow: hidden;	clear: both;	width: 100%;	display:flex;	flex-direction:column;}
.main .pdd-content-box2{	margin-top: 0px;	clear: both;	width: 100%;	display:flex;	flex-direction:column;}
.pdd-content-box1 .pdd-pck-box{width:100%}
.pdp-table-wrapper {margin-bottom: 16px;position: relative;padding:0px;}
.pdd-content-box1 .pdd-price-box{width:100%}
.commerce-box-inner {padding: 0px;width:100%;}
.pdp-table-product-selector .pdp-pck-first-row{padding: 8px;}
.pdp-table-product-selector .pdp-pck-row {padding: 8px;}

}


/********boottab*******/



.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before,.nav:after {
  display: table;
  content: " ";
clear: both;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555; 
    cursor: default; 
    background-color: #fff; 
    border: 1px solid #ddd; 
    border-bottom-color: transparent; 
}


.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #337ab7;
    text-decoration: none;
}

.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}


.fade.in {
    opacity: 1;
}



.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}



@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}



.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}


.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

@media (max-width: 420px ){
.form-div{
width:90%;
margin-top:20px;
}
}

@media (min-width: 420px ){
.form-div{
width:50%;
margin-top:20px;
}
}
.form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
    height: 30px;
}
.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
 .bian{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-default {
    color: #fff;
    background-color: #c40000;
    border: 1px solid;
    border-color: #c40000;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;

    border-radius: 4px;
}

/*收藏夹*/
.collect-lists {display:flex;flex-direction:column;min-height:600px;/*padding:5px 0 0 5px;*/}
.collect-lists .collect-list {display:flex;flex-direction:row;border-bottom:1px solid #eee;padding:10px 0 10px 0;}
.collect-lists .collect-list .section0 {display:flex;flex-direction:column;width:100px;line-height:16px;padding:10px 8px;align-items:center;}
.collect-lists .collect-list .section0 .text1 {padding:10px 0;font-size:16px;}
.collect-lists .collect-list .section0 .text2 {padding:2px 0;font-size:12px;cursor:pointer;}
.collect-lists .collect-list .section0 .text2:hover {text-decoration:underline;color:#0071d0;}
.collect-lists .collect-list .section1 {display:flex;width:120px;line-height:40px;padding:0 8px;align-items:center;}
.collect-lists .collect-list .section1 img{display:inline-block;width:100px;height:100px;position:relative;overflow:hidden;object-fit:scale-down;vertical-align:top;}
.collect-lists .collect-list .section2 {display:flex;flex-direction:column;width:65%;/*align-items:center;*/margin-left:20px;}
.collect-lists .collect-list .section0 a{width:100%;text-align:center;color:#0071d0;}
.collect-lists .collect-list .section2 a{color:#0071d0;}

.collect-lists .collect-list .section2 .result-name{line-height:28px;}
.collect-lists .collect-list .section2 .result-casno{line-height:20px;font-size:14px;margin-right:20px;}
.collect-lists .collect-list .section2 .result-desc{line-height:20px;font-size:14px;margin-top:5px;display:-webkit-box; -webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;}
